home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / dragonforce.swf / scripts / DefineButton2_405 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  261 b   |  8 lines

  1. on(release){
  2.    _root.passwordmc.gotoAndPlay("open");
  3.    _root.maindisplay.controlsbtn.enabled = false;
  4.    _root.maindisplay.passwordbtn.enabled = false;
  5.    _root.maindisplay.beginnerbtn.enabled = false;
  6.    _root.maindisplay.expertbtn.enabled = false;
  7. }
  8.